home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 April
/
EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso
/
internet
/
others
/
tin130gamma.lha
/
CHANGES
< prev
next >
Wrap
Text File
|
1995-08-05
|
6KB
|
168 lines
--950726BETA released--
242) Martin Buck (martin.buck@student.uni-ulm.de)
BUG. Failed to compile cleanly on HPUX 9.
FIX. curses.c - applied supplied patch.
241) David O'Brien (obrien@Sea.Legent.com)
BUG. Failed to compile on FreeBSD.
FIX. tin.h screen.c - applied supplied patch.
240) Andrew Greer (Andrew.Greer@vuw.ac.nz)
ADD. Added ever more VAX/VMS support.
239) Steven J. Madsen (steve@erinet.com)
BUG. Minor PGP nitpicks.
FIX. README.PGP - applied supplied patch.
238) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. (+ = amiga specific, * = general).
+ Change Amiga makefile for PGP
+ Added stub for Amiga umask()
* Made PGP code look like "tin standard source".
* Removed some unix dependencies (eg /tmp) from pgp.c.
FIX. various - applied supplied patch.
237) Jack Bryans (jbryans@csulb.edu)
BUG. Non-existant DONT_HAVE_NNTP_EXTS define is mentioned in INSTALL
FIX. INSTALL - fixed typo.
236) Jeff Hurwitt (jhurwit@netcom.com)
BUG. An earlier patch to cancel code stopped it working on INN 1.4.
FIX. post.c - applied supplied patch.
235) Tom Dickey (dickey@clark.net)
BUG. K&R cc on sunos fails to compile due to ansi c usage
FIX. pgp.c - changed void parameters for 2 functions.
234) Steve Beaty (beaty@fc.hp.com)
BUG. Reading nntp from another port than 119 does not work
FIX. nntplib.c - applied supplied patch.
--950621BETA released--
233) Steven J. Madsen (smadsen@cs.muohio.edu)
BUG. PGP support only allows pgp to be in /usr/local/bin/pgp
FIX. pgp.c - applied supplied patch.
232) Andrew Greer (Andrew.Greer@vuw.ac.nz)
ADD. Added more VAX/VMS support.
231) Marty Leisner (leisner@sdsp.mc.xerox.com)
BUG. Tar file of source always unpacks into same dir.
FIX. Makefile - changed to unpack into tin-1.X[beta-YYMMDD]
--950619BETA released--
230) Andrew Greer (Andrew.Greer@vuw.ac.nz)
ADD. Beginnings of VAX/VMS support.
229) Martin Buck (martin.buck@student.uni-ulm.de)
BUG. Filesystem full error could be handled better using ferror()
FIX. various - applied supplied patch.
228) Martin Kraemer (Martin.Kraemer@mch.sni.de)
BUG. SVR4 should use its own strftime() implementation from libc
FIX. various - applied supplied patch.
227) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. (+ = amiga specific, * = general).
* Added "use_metamail" flag to tinrc.
+ Changed max length of overview record to 2048
+ Changed Amiga metamail command to something that might work
FIX. various - applied supplied patch.
226) Steven J. Madsen (smadsen@cs.muohio.edu)
ADD. PGP support for news and mail messages.
225) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. (+ = amiga specific, * = general).
* Fix command line groups to not corrupt newsrc
* Fix tin -w to not corrupt newsrc
* Fix find_group_index to not use strncmp
+ Get around a SAS/C compiler bug in inews.c
* Fix screen handling for tin -w
* Avoid calling malloc(0) in newsrc.c
* Fix tabwidth calculation
* Fix tin -w to multiple groups
* Remove code bloat from add_my_group
* Fix tab key when reading at thread list level
+ Update Amiga parsdate.c to match parsdate.y
FIX. various - applied supplied patch.
224) Bruce Momjian (root@candle.pha.pa.us)
BUG. Cnews uses 'xref' instead of 'Xref' so crossposting inactive
FIX. art.c - apllied supplied patch.
223) Dan Zerkle (zerkle@cs.ucdavis.edu)
BUG. Cancel subject header slightly wrong
FIX. post.c - applied fix.
--950520BETA released--
222) Tom Dickey (dickey@clark.net)
BUG. add ^T to toggle tab stops
check for error conditions in post.c (cannot simply do strcpy...)
check for null pattern in wildmat.c
FIX. various - applied supplied patch.
221) Phil Edwards (pedwards@valhalla.cs.wright.edu)
BUG. '.' command incorrectly formatted in manual page.
FIX. tin.1 - added delimiter character to get formatting working.
220) Bernd Ernesti (bernd@arresum.inka.de)
BUG. Configuration for editor wrong for NetBSD.
FIX. config.h tin.h - applied supplied patch.
219) Iain Lea (iain@scn.de)
BUG. NeXT does not have strdup() routine as used in active.c line 345
FIX. active.c - changed to use included str_dup() routine
--950515BETA released--
218) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. (+ = amiga specific, * = general).
+ Fix possible one byte memory corruption in Amiga NNTP code.
* Change prompt_yn to return 1 (yes), 0 (no), -1 (esc).
* int instead of time_t in one place.
* Catchup now does correct thing on ESC.
* Fix moving a group. Could munge .newsrc in some circumstances.
+ Put const back into typedef for constext. Works with SAS/C 6.55.
FIX. various - applied supplied patch.
--950427BETA released--
217) Nigel Ellis (nigele@microsoft.com)
BUG. Win32 still has a ways togo before its fully integrated.
FIX. various - applied supplied patch.
216) Larry Schwimmer (rosebud@cyclone.Stanford.EDU)
BUG. HP UX complains about curses.h double definition
FIX. curses.c - applied supplied patch.
215) Larry Schwimmer (rosebud@cyclone.Stanford.EDU)
BUG. OSF1 & gcc complain about prototypes and long instead of time_t
FIX. various - applied supplied patch.
214) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. When moving a group, TIN would unread all the articles you had
read in that session.
FIX. newsrc.c - applied supplied patch.
213) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. (+ = amiga specific, * = general).
+ Fix amiga console handling for putting Axsh into raw mode.
+ Fix date handling on Amiga.
+ Don't insert from headers on Amiga - it confuses postnews.
+ Fix time handling in actived.
+ Amiga readch() had rarely seen bug (if ever).
* Remove prototype for non-existent function.
* Don't assume \r is end of line from nntp server.
* Fix handling of bitmaps for unusual conditions.
* Don't skip an unread group when using 'C' from an article!
FIX. various - applied supplied patch.
212) Mark Tomlinson (mark@garden.equinox.gen.nz)
BUG. More Minor warts in the AmigaDOS.
FIX. various - applied supplied patch.